POV-Ray : Newsgroups : povray.general : multiple object duplication factoring question : Re: multiple object duplication factoring question Server Time
4 Aug 2024 06:13:43 EDT (-0400)
  Re: multiple object duplication factoring question  
From: Steve Shelby
Date: 11 Jul 2003 14:27:42
Message: <3f0f019e@news.povray.org>
ABX,
I tried the code you sent, and povray rendered just the background. I guess
I didn't fill in the blanks correctly. I put a simple sphere for the object,
and replaced "Iterations" with "300". I kept everything else the same. What
am I doing wrong?
Steve

"ABX" <abx### [at] abxartpl> wrote in message
news:7vjtgvsv7pm5rvhp1i8shlv934k7a6q3gd@4ax.com...
> On Fri, 11 Jul 2003 09:54:04 -0500, "Steve Shelby" <ssh### [at] rexnetnet>
wrote:
> >object is scale 1, the second is scale 1.04, trans .01*X.
>
> #local ObjectOrg = object{ ... }
> #local Object = ObjectOrg;
> #local Counter = 0;
> #while (Counter<Iterations)
>   #local Object = union{
>     object{ ObjectOrg }
>     object{ Object scale 1.04 translate .01*X}
>   }
>   #local Counter = Counter + 1;
> #end
>
> > any of you have any suggestions?
>
> helped ?
>
> ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.